net/http.http2PriorityWriteSchedulerConfig.ThrottleOutOfOrderWrites (field)

4 uses

	net/http (current package)
		h2_bundle.go#L11247: 	ThrottleOutOfOrderWrites bool
		h2_bundle.go#L11260: 			ThrottleOutOfOrderWrites: false,
		h2_bundle.go#L11268: 		enableWriteThrottle:  cfg.ThrottleOutOfOrderWrites,
		h2_bundle.go#L11271: 	if cfg.ThrottleOutOfOrderWrites {